Delegate Delegate

委托委托

常用释义

词性释义

委托委托
例句
  • 全部
1·Once we have a delegate type in the metadata and a target function we'd like to call, we must form an instance of the delegate over a target.
在一个元数据中,一旦我们有了一个委托类型和一个我们想要调用的目标函数,我们必须从目标形成一个实例。
2·In the background, you should hear this steady drumbeat for improvement: delegate, authorize, delegate, authorize.
在背景中,您应该可以看到改进的稳定迹象了:委托,授权,委托,授权。
3·Your team may want you to delegate more, but what they really want is for you to know when to delegate.
你的团队可能希望你能授权更多,不过他们真正希望的是你知道何时授权。
4·This delegate simply returns the newly instantiated object and leaves the construction logic up to the client supplying the delegate.
该委托只是返回刚刚实例化的对象,而将构建逻辑留待提供该委托的客户端完成。
5·The execute method invokes the given delegate with an object from the pool, and ensures that the retrieved object is returned to the pool after the delegate completes.
Execute 方法用该池中的对象调用给定的委托,并且确保在该委托完成之后将检索到的对象返回到该池中。
6·Check the delegate role, and enter the user code and password mapped to the delegate role.
选中delegate角色,并输入映射到委托角色的用户代码和密码。
7·Similarly, delegate the dependency operation to the Business delegate pattern.
与上面类似,将这种依赖操作委托给Business Delegate模式。
8·Remember, though, that you can delegate the authority, but you cannot delegate the responsibility.
记住,虽然你可以授权,但是你不可以推卸责任。
9·Delegate. If you have subordinates or coworkers who can do a task or project, try to delegate it.
指派任务如果你有下属或者合作者,那么你可以尝试去指派任务。
10·Here, manager is the delegate and his subordinate is the method wrapped up with the delegate.
在这里,经理是委托,他的下属就是跟这个委托联系在一起的方法。